Q3MeshEdgePart_GetEdge
You can use theQ3MeshEdgePart_GetEdge
function to get the mesh edge that corresponds to a mesh edge part.
TQ3Status Q3MeshEdgePart_GetEdge ( TQ3MeshEdgePartObject meshEdgePartObject, TQ3MeshEdge *edge);
meshEdgePartObject
- A mesh edge part object.
edge
- On exit, the mesh edge that corresponds to the specified mesh face part object.
DESCRIPTION
TheQ3MeshEdgePart_GetEdge
function returns, in theedge
parameter, the mesh edge that corresponds to the mesh edge part object specified by themeshEdgePartObject
parameter.